[INFO] cloning repository https://github.com/pascalhuerst/lightbeat
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pascalhuerst/lightbeat" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpascalhuerst%2Flightbeat", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpascalhuerst%2Flightbeat'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 79fa68a17b6fa94546dfb32c71332f016f091499
[INFO] checking pascalhuerst/lightbeat against master#89a99936d9e76a50e8df622e7242190841fd871b for pr-156160
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpascalhuerst%2Flightbeat" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/pascalhuerst/lightbeat
[INFO] finished tweaking git repo https://github.com/pascalhuerst/lightbeat
[INFO] tweaked toml for git repo https://github.com/pascalhuerst/lightbeat written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pascalhuerst/lightbeat on toolchain 89a99936d9e76a50e8df622e7242190841fd871b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+89a99936d9e76a50e8df622e7242190841fd871b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/pascalhuerst/lightbeat already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+89a99936d9e76a50e8df622e7242190841fd871b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded sacn v0.4.4
[INFO] [stderr]   Downloaded rusb v0.9.4
[INFO] [stderr]   Downloaded ringbuf v0.4.8
[INFO] [stderr]   Downloaded libusb1-sys v0.7.0
[INFO] [stderr]   Downloaded jack v0.13.5
[INFO] [stderr]   Downloaded jack-sys v0.5.1
[INFO] [stderr]   Downloaded egui_extras v0.31.1
[INFO] [stderr]   Downloaded egui-phosphor v0.9.0
[INFO] [stderr]   Downloaded coreaudio-sys v0.2.6
[INFO] [stderr]   Downloaded bindgen v0.53.1
[INFO] [stderr]   Downloaded clang-sys v0.28.1
[INFO] [stderr]   Downloaded cexpr v0.3.6
[INFO] [stderr]   Downloaded bindgen v0.49.4
[INFO] [stderr]   Downloaded artnet_protocol v0.4.4
[INFO] [stderr]   Downloaded ableton-link v0.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 62b92f98cc18f11814dedf3ecd74e974ecfc7055d1a84836e74abc4e0d12fc02
[INFO] running `Command { std: "docker" "start" "62b92f98cc18f11814dedf3ecd74e974ecfc7055d1a84836e74abc4e0d12fc02", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "62b92f98cc18f11814dedf3ecd74e974ecfc7055d1a84836e74abc4e0d12fc02" "/opt/rustwide/cargo-home/bin/cargo" "+89a99936d9e76a50e8df622e7242190841fd871b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "62b92f98cc18f11814dedf3ecd74e974ecfc7055d1a84836e74abc4e0d12fc02", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "62b92f98cc18f11814dedf3ecd74e974ecfc7055d1a84836e74abc4e0d12fc02" "/opt/rustwide/cargo-home/bin/cargo" "+89a99936d9e76a50e8df622e7242190841fd871b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling cc v1.2.59
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking endi v1.1.1
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]     Checking accesskit v0.17.1
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]     Checking unicode-ident v1.0.24
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking async-executor v1.14.0
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling smithay-client-toolkit v0.19.2
[INFO] [stderr]    Compiling toml_edit v0.25.11+spec-1.1.0
[INFO] [stderr]    Compiling quick-xml v0.39.2
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling nom v4.2.3
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]     Checking async-fs v2.2.0
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking nohash-hasher v0.2.0
[INFO] [stderr]     Checking epaint_default_fonts v0.31.1
[INFO] [stderr]    Compiling rustc-demangle v0.1.27
[INFO] [stderr]     Checking profiling v1.0.17
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling clang-sys v0.28.1
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]    Compiling wayland-backend v0.3.15
[INFO] [stderr]    Compiling libloading v0.5.2
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling wayland-scanner v0.31.10
[INFO] [stderr]     Checking immutable-chunkmap v2.1.2
[INFO] [stderr]    Compiling winit v0.30.13
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]     Checking accesskit_consumer v0.26.0
[INFO] [stderr]    Compiling humantime v1.3.0
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling glutin_glx_sys v0.6.1
[INFO] [stderr]    Compiling glutin_egl_sys v0.7.1
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]    Compiling bindgen v0.49.4
[INFO] [stderr]     Checking dpi v0.1.2
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling smithay-client-toolkit v0.20.0
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]    Compiling cexpr v0.3.6
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]     Checking async-signal v0.2.14
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling libusb1-sys v0.7.0
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]    Compiling jack-sys v0.5.1
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling glutin v0.32.3
[INFO] [stderr]     Checking wayland-client v0.31.14
[INFO] [stderr]    Compiling shlex v0.1.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking async-process v2.5.0
[INFO] [stderr]    Compiling mime_guess2 v2.3.1
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling env_logger v0.6.2
[INFO] [stderr]     Checking alsa-sys v0.3.1
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling glutin-winit v0.5.0
[INFO] [stderr]     Checking uuid v1.23.0
[INFO] [stderr]     Checking transpose v0.2.3
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking alsa v0.9.1
[INFO] [stderr]     Checking primal-check v0.3.4
[INFO] [stderr]     Checking async-net v2.0.0
[INFO] [stderr]     Checking wayland-protocols v0.32.12
[INFO] [stderr]     Checking wayland-cursor v0.31.14
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stderr]     Checking libloading v0.7.4
[INFO] [stderr]     Checking web-time v1.1.0
[INFO] [stderr]    Compiling jack v0.13.5
[INFO] [stderr]    Compiling cpal v0.15.3
[INFO] [stderr]     Checking glow v0.16.0
[INFO] [stderr]    Compiling rfd v0.15.4
[INFO] [stderr]    Compiling rusb v0.9.4
[INFO] [stderr]     Checking net2 v0.2.39
[INFO] [stderr]    Compiling lightbeat v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking uuid v0.6.5
[INFO] [stderr]     Checking pollster v0.4.0
[INFO] [stderr]     Checking rustfft v6.4.1
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking artnet_protocol v0.4.4
[INFO] [stderr]     Checking ringbuf v0.4.8
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]     Checking sacn v0.4.4
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking midir v0.10.3
[INFO] [stderr]    Compiling failure v0.1.8
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zvariant_utils v2.1.0
[INFO] [stderr]    Compiling which v2.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling zvariant_derive v4.2.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zbus_macros v4.4.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling enum-map-derive v0.17.0
[INFO] [stderr]     Checking zerofrom v0.1.7
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking emath v0.31.1
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking calloop v0.14.4
[INFO] [stderr]     Checking ecolor v0.31.1
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking epaint v0.31.1
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking calloop-wayland-source v0.4.1
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.12
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.12
[INFO] [stderr]     Checking wayland-protocols-misc v0.3.12
[INFO] [stderr]     Checking wayland-protocols-experimental v20250721.0.1
[INFO] [stderr]     Checking egui v0.31.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking realfft v3.5.0
[INFO] [stderr]     Checking arboard v3.6.1
[INFO] [stderr]    Compiling enumflags2 v0.7.12
[INFO] [stderr]    Compiling quick-xml v0.30.0
[INFO] [stderr]    Compiling zvariant_utils v3.3.0
[INFO] [stderr]     Checking enum-map v2.7.3
[INFO] [stderr]    Compiling ableton-link v0.1.0
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking zvariant v4.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]    Compiling zvariant_derive v5.10.0
[INFO] [stderr]    Compiling zvariant v5.10.0
[INFO] [stderr]     Checking sctk-adwaita v0.10.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking smithay-clipboard v0.7.3
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking zbus_names v3.0.0
[INFO] [stderr]     Checking egui_glow v0.31.1
[INFO] [stderr]     Checking egui_extras v0.31.1
[INFO] [stderr]     Checking egui-phosphor v0.9.0
[INFO] [stderr]     Checking webbrowser v1.2.0
[INFO] [stderr]     Checking zbus_xml v4.0.0
[INFO] [stderr]     Checking zbus v4.4.0
[INFO] [stderr]     Checking zbus-lockstep v0.4.4
[INFO] [stderr]    Compiling zbus-lockstep-macros v0.4.4
[INFO] [stderr]     Checking zbus_names v4.3.1
[INFO] [stderr]    Compiling zbus_macros v5.14.0
[INFO] [stderr]     Checking atspi-common v0.6.0
[INFO] [stderr]     Checking zbus v5.14.0
[INFO] [stderr]     Checking atspi-proxies v0.6.0
[INFO] [stderr]     Checking accesskit_atspi_common v0.10.1
[INFO] [stderr]     Checking ashpd v0.11.1
[INFO] [stderr]     Checking atspi-connection v0.6.0
[INFO] [stderr]     Checking atspi v0.22.0
[INFO] [stderr]     Checking accesskit_unix v0.13.1
[INFO] [stderr]     Checking accesskit_winit v0.23.1
[INFO] [stderr]     Checking egui-winit v0.31.1
[INFO] [stderr]     Checking eframe v0.31.1
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/dmx_monitor.rs:250:61
[INFO] [stdout]     |
[INFO] [stdout] 250 |             painter.rect_stroke(cell_rect, 1.0, Stroke::new(0.5, border_color), StrokeKind::Inside);
[INFO] [stdout]     |                                                             ^^^ help: explicitly specify the type as `f32`: `0.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/fader.rs:73:31
[INFO] [stdout]    |
[INFO] [stdout] 73 |             egui::Stroke::new(1.0, b),
[INFO] [stdout]    |                               ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/fader.rs:160:35
[INFO] [stdout]     |
[INFO] [stdout] 160 |                 egui::Stroke::new(1.0, color),
[INFO] [stdout]     |                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/fader.rs:167:35
[INFO] [stdout]     |
[INFO] [stdout] 167 |                 egui::Stroke::new(1.0, color),
[INFO] [stdout]     |                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/gradient_preset_list.rs:128:48
[INFO] [stdout]     |
[INFO] [stdout] 128 |     painter.rect_stroke(rect, 2.0, Stroke::new(1.0, Color32::from_gray(80)), StrokeKind::Inside);
[INFO] [stdout]     |                                                ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:1324:39
[INFO] [stdout]      |
[INFO] [stdout] 1324 |                     egui::Stroke::new(1.0, dc.from_type.color()),
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:1483:68
[INFO] [stdout]      |
[INFO] [stdout] 1483 |                     painter.rect_stroke(sel_rect, 0.0, Stroke::new(1.0, theme::SEM_PRIMARY), StrokeKind::Inside);
[INFO] [stdout]      |                                                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/dmx_monitor.rs:250:61
[INFO] [stdout]     |
[INFO] [stdout] 250 |             painter.rect_stroke(cell_rect, 1.0, Stroke::new(0.5, border_color), StrokeKind::Inside);
[INFO] [stdout]     |                                                             ^^^ help: explicitly specify the type as `f32`: `0.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/fader.rs:73:31
[INFO] [stdout]    |
[INFO] [stdout] 73 |             egui::Stroke::new(1.0, b),
[INFO] [stdout]    |                               ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/fader.rs:160:35
[INFO] [stdout]     |
[INFO] [stdout] 160 |                 egui::Stroke::new(1.0, color),
[INFO] [stdout]     |                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/fader.rs:167:35
[INFO] [stdout]     |
[INFO] [stdout] 167 |                 egui::Stroke::new(1.0, color),
[INFO] [stdout]     |                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/gradient_preset_list.rs:128:48
[INFO] [stdout]     |
[INFO] [stdout] 128 |     painter.rect_stroke(rect, 2.0, Stroke::new(1.0, Color32::from_gray(80)), StrokeKind::Inside);
[INFO] [stdout]     |                                                ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3305:21
[INFO] [stdout]      |
[INFO] [stdout] 3305 |         Stroke::new(2.0, theme::SEM_PRIMARY)
[INFO] [stdout]      |                     ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3307:21
[INFO] [stdout]      |
[INFO] [stdout] 3307 |         Stroke::new(1.0, theme::STROKE)
[INFO] [stdout]      |                     ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3309:21
[INFO] [stdout]      |
[INFO] [stdout] 3309 |         Stroke::new(2.0, theme::SEM_WARNING)
[INFO] [stdout]      |                     ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3311:21
[INFO] [stdout]      |
[INFO] [stdout] 3311 |         Stroke::new(1.5, a)
[INFO] [stdout]      |                     ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3313:21
[INFO] [stdout]      |
[INFO] [stdout] 3313 |         Stroke::new(1.0, theme::STROKE)
[INFO] [stdout]      |                     ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3354:25
[INFO] [stdout]      |
[INFO] [stdout] 3354 |             Stroke::new(1.0, handle_color),
[INFO] [stdout]      |                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3358:25
[INFO] [stdout]      |
[INFO] [stdout] 3358 |             Stroke::new(1.0, handle_color),
[INFO] [stdout]      |                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3375:48
[INFO] [stdout]      |
[INFO] [stdout] 3375 |     painter.rect_stroke(rect, 3.0, Stroke::new(1.0, theme::STROKE), StrokeKind::Inside);
[INFO] [stdout]      |                                                ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3396:48
[INFO] [stdout]      |
[INFO] [stdout] 3396 |     painter.rect_stroke(rect, 3.0, Stroke::new(1.0, theme::STROKE), StrokeKind::Inside);
[INFO] [stdout]      |                                                ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3442:48
[INFO] [stdout]      |
[INFO] [stdout] 3442 |     painter.rect_stroke(rect, 3.0, Stroke::new(1.0, theme::STROKE), StrokeKind::Inside);
[INFO] [stdout]      |                                                ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3451:48
[INFO] [stdout]      |
[INFO] [stdout] 3451 |     painter.rect_stroke(rect, 3.0, Stroke::new(1.0, theme::STROKE), StrokeKind::Inside);
[INFO] [stdout]      |                                                ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3453:29
[INFO] [stdout]      |
[INFO] [stdout] 3453 |     let guide = Stroke::new(0.5, theme::BG_HIGH);
[INFO] [stdout]      |                             ^^^ help: explicitly specify the type as `f32`: `0.5_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3461:49
[INFO] [stdout]      |
[INFO] [stdout] 3461 |     painter.circle_stroke(dot, 4.0, Stroke::new(1.0, Color32::from_gray(20)));
[INFO] [stdout]      |                                                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3473:48
[INFO] [stdout]      |
[INFO] [stdout] 3473 |     painter.rect_stroke(rect, 3.0, Stroke::new(1.0, theme::STROKE), StrokeKind::Inside);
[INFO] [stdout]      |                                                ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3494:25
[INFO] [stdout]      |
[INFO] [stdout] 3494 |             Stroke::new(0.5, theme::BG_HIGH),
[INFO] [stdout]      |                         ^^^ help: explicitly specify the type as `f32`: `0.5_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3506:60
[INFO] [stdout]      |
[INFO] [stdout] 3506 |             painter.line_segment([w[0], w[1]], Stroke::new(1.5, line_color));
[INFO] [stdout]      |                                                            ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3521:58
[INFO] [stdout]      |
[INFO] [stdout] 3521 |     let stroke_width = if ui_port.fill_color.is_some() { 3.0 } else { 1.5 };
[INFO] [stdout]      |                                                          ^^^ help: explicitly specify the type as `f32`: `3.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3521:71
[INFO] [stdout]      |
[INFO] [stdout] 3521 |     let stroke_width = if ui_port.fill_color.is_some() { 3.0 } else { 1.5 };
[INFO] [stdout]      |                                                                       ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3528:64
[INFO] [stdout]      |
[INFO] [stdout] 3528 |         painter.circle_stroke(pos, r + 3.0 * zoom, Stroke::new(2.0, glow));
[INFO] [stdout]      |                                                                ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3534:51
[INFO] [stdout]      |
[INFO] [stdout] 3534 |         painter.circle_stroke(pos, r, Stroke::new(1.0, theme::STROKE));
[INFO] [stdout]      |                                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3608:25
[INFO] [stdout]      |
[INFO] [stdout] 3608 |             Stroke::new(1.0, theme::BG_GRID),
[INFO] [stdout]      |                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3616:25
[INFO] [stdout]      |
[INFO] [stdout] 3616 |             Stroke::new(1.0, theme::BG_GRID),
[INFO] [stdout]      |                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3624:30
[INFO] [stdout]      |
[INFO] [stdout] 3624 |     let stroke = Stroke::new(1.0, color);
[INFO] [stdout]      |                              ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/display/color_display.rs:155:67
[INFO] [stdout]     |
[INFO] [stdout] 155 | ...                   tri.to_vec(), marker_col, Stroke::new(0.5, Color32::BLACK),
[INFO] [stdout]     |                                                             ^^^ help: explicitly specify the type as `f32`: `0.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/display/color_display.rs:160:60
[INFO] [stdout]     |
[INFO] [stdout] 160 |                 painter.rect_stroke(rect, 2.0, Stroke::new(1.0, Color32::from_gray(80)), StrokeKind::Inside);
[INFO] [stdout]     |                                                            ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/display/scope.rs:144:48
[INFO] [stdout]     |
[INFO] [stdout] 144 |     painter.rect_stroke(rect, 2.0, Stroke::new(1.0, Color32::from_gray(50)), StrokeKind::Inside);
[INFO] [stdout]     |                                                ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/display/scope.rs:153:25
[INFO] [stdout]     |
[INFO] [stdout] 153 |             Stroke::new(1.0, grid_color),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/display/scope.rs:175:60
[INFO] [stdout]     |
[INFO] [stdout] 175 |                 painter.line_segment([p, pos], Stroke::new(1.5, color));
[INFO] [stdout]     |                                                            ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/io/audio_input.rs:329:48
[INFO] [stdout]     |
[INFO] [stdout] 329 |     painter.rect_stroke(rect, 2.0, Stroke::new(1.0, ENV_BORDER), StrokeKind::Inside);
[INFO] [stdout]     |                                                ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/io/audio_input.rs:346:56
[INFO] [stdout]     |
[INFO] [stdout] 346 |             painter.line_segment([p, pos], Stroke::new(1.5, ENV_LINE));
[INFO] [stdout]     |                                                        ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:1324:39
[INFO] [stdout]      |
[INFO] [stdout] 1324 |                     egui::Stroke::new(1.0, dc.from_type.color()),
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:1483:68
[INFO] [stdout]      |
[INFO] [stdout] 1483 |                     painter.rect_stroke(sel_rect, 0.0, Stroke::new(1.0, theme::SEM_PRIMARY), StrokeKind::Inside);
[INFO] [stdout]      |                                                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/math/gradient_source.rs:217:56
[INFO] [stdout]     |
[INFO] [stdout] 217 |         painter.rect_stroke(bar_rect, 2.0, Stroke::new(1.0, Color32::from_gray(80)), StrokeKind::Inside);
[INFO] [stdout]     |                                                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/math/gradient_source.rs:304:29
[INFO] [stdout]     |
[INFO] [stdout] 304 |                 Stroke::new(1.5, Color32::WHITE)
[INFO] [stdout]     |                             ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/math/gradient_source.rs:306:29
[INFO] [stdout]     |
[INFO] [stdout] 306 |                 Stroke::new(1.0, Color32::from_gray(120))
[INFO] [stdout]     |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/math/gradient_source.rs:311:29
[INFO] [stdout]     |
[INFO] [stdout] 311 |                 Stroke::new(1.0, Color32::from_gray(140)),
[INFO] [stdout]     |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/math/lookup.rs:281:33
[INFO] [stdout]     |
[INFO] [stdout] 281 |                     Stroke::new(2.0, Color32::WHITE),
[INFO] [stdout]     |                                 ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/math/lookup.rs:553:33
[INFO] [stdout]     |
[INFO] [stdout] 553 |                     Stroke::new(1.5, Color32::WHITE)
[INFO] [stdout]     |                                 ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/math/lookup.rs:555:33
[INFO] [stdout]     |
[INFO] [stdout] 555 |                     Stroke::new(1.0, Color32::from_gray(80))
[INFO] [stdout]     |                                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/nodes/math/palette_to_gradient.rs:99:52
[INFO] [stdout]    |
[INFO] [stdout] 99 |         painter.rect_stroke(rect, 2.0, Stroke::new(1.0, Color32::from_gray(80)), StrokeKind::Inside);
[INFO] [stdout]    |                                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/nodes/math/toggle_bank.rs:85:68
[INFO] [stdout]    |
[INFO] [stdout] 85 |             painter.circle_stroke(center, dot_r, egui::Stroke::new(1.0, stroke_col));
[INFO] [stdout]    |                                                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/math/trigger_bank.rs:114:68
[INFO] [stdout]     |
[INFO] [stdout] 114 |             painter.circle_stroke(center, dot_r, egui::Stroke::new(1.0, Color32::from_gray(120)));
[INFO] [stdout]     |                                                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3305:21
[INFO] [stdout]      |
[INFO] [stdout] 3305 |         Stroke::new(2.0, theme::SEM_PRIMARY)
[INFO] [stdout]      |                     ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3307:21
[INFO] [stdout]      |
[INFO] [stdout] 3307 |         Stroke::new(1.0, theme::STROKE)
[INFO] [stdout]      |                     ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3309:21
[INFO] [stdout]      |
[INFO] [stdout] 3309 |         Stroke::new(2.0, theme::SEM_WARNING)
[INFO] [stdout]      |                     ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3311:21
[INFO] [stdout]      |
[INFO] [stdout] 3311 |         Stroke::new(1.5, a)
[INFO] [stdout]      |                     ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3313:21
[INFO] [stdout]      |
[INFO] [stdout] 3313 |         Stroke::new(1.0, theme::STROKE)
[INFO] [stdout]      |                     ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3354:25
[INFO] [stdout]      |
[INFO] [stdout] 3354 |             Stroke::new(1.0, handle_color),
[INFO] [stdout]      |                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3358:25
[INFO] [stdout]      |
[INFO] [stdout] 3358 |             Stroke::new(1.0, handle_color),
[INFO] [stdout]      |                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3375:48
[INFO] [stdout]      |
[INFO] [stdout] 3375 |     painter.rect_stroke(rect, 3.0, Stroke::new(1.0, theme::STROKE), StrokeKind::Inside);
[INFO] [stdout]      |                                                ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3396:48
[INFO] [stdout]      |
[INFO] [stdout] 3396 |     painter.rect_stroke(rect, 3.0, Stroke::new(1.0, theme::STROKE), StrokeKind::Inside);
[INFO] [stdout]      |                                                ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3442:48
[INFO] [stdout]      |
[INFO] [stdout] 3442 |     painter.rect_stroke(rect, 3.0, Stroke::new(1.0, theme::STROKE), StrokeKind::Inside);
[INFO] [stdout]      |                                                ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3451:48
[INFO] [stdout]      |
[INFO] [stdout] 3451 |     painter.rect_stroke(rect, 3.0, Stroke::new(1.0, theme::STROKE), StrokeKind::Inside);
[INFO] [stdout]      |                                                ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3453:29
[INFO] [stdout]      |
[INFO] [stdout] 3453 |     let guide = Stroke::new(0.5, theme::BG_HIGH);
[INFO] [stdout]      |                             ^^^ help: explicitly specify the type as `f32`: `0.5_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3461:49
[INFO] [stdout]      |
[INFO] [stdout] 3461 |     painter.circle_stroke(dot, 4.0, Stroke::new(1.0, Color32::from_gray(20)));
[INFO] [stdout]      |                                                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3473:48
[INFO] [stdout]      |
[INFO] [stdout] 3473 |     painter.rect_stroke(rect, 3.0, Stroke::new(1.0, theme::STROKE), StrokeKind::Inside);
[INFO] [stdout]      |                                                ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3494:25
[INFO] [stdout]      |
[INFO] [stdout] 3494 |             Stroke::new(0.5, theme::BG_HIGH),
[INFO] [stdout]      |                         ^^^ help: explicitly specify the type as `f32`: `0.5_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3506:60
[INFO] [stdout]      |
[INFO] [stdout] 3506 |             painter.line_segment([w[0], w[1]], Stroke::new(1.5, line_color));
[INFO] [stdout]      |                                                            ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3521:58
[INFO] [stdout]      |
[INFO] [stdout] 3521 |     let stroke_width = if ui_port.fill_color.is_some() { 3.0 } else { 1.5 };
[INFO] [stdout]      |                                                          ^^^ help: explicitly specify the type as `f32`: `3.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3521:71
[INFO] [stdout]      |
[INFO] [stdout] 3521 |     let stroke_width = if ui_port.fill_color.is_some() { 3.0 } else { 1.5 };
[INFO] [stdout]      |                                                                       ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3528:64
[INFO] [stdout]      |
[INFO] [stdout] 3528 |         painter.circle_stroke(pos, r + 3.0 * zoom, Stroke::new(2.0, glow));
[INFO] [stdout]      |                                                                ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3534:51
[INFO] [stdout]      |
[INFO] [stdout] 3534 |         painter.circle_stroke(pos, r, Stroke::new(1.0, theme::STROKE));
[INFO] [stdout]      |                                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3608:25
[INFO] [stdout]      |
[INFO] [stdout] 3608 |             Stroke::new(1.0, theme::BG_GRID),
[INFO] [stdout]      |                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3616:25
[INFO] [stdout]      |
[INFO] [stdout] 3616 |             Stroke::new(1.0, theme::BG_GRID),
[INFO] [stdout]      |                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/widgets/nodes/graph.rs:3624:30
[INFO] [stdout]      |
[INFO] [stdout] 3624 |     let stroke = Stroke::new(1.0, color);
[INFO] [stdout]      |                              ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/display/color_display.rs:155:67
[INFO] [stdout]     |
[INFO] [stdout] 155 | ...                   tri.to_vec(), marker_col, Stroke::new(0.5, Color32::BLACK),
[INFO] [stdout]     |                                                             ^^^ help: explicitly specify the type as `f32`: `0.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/display/color_display.rs:160:60
[INFO] [stdout]     |
[INFO] [stdout] 160 |                 painter.rect_stroke(rect, 2.0, Stroke::new(1.0, Color32::from_gray(80)), StrokeKind::Inside);
[INFO] [stdout]     |                                                            ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/display/scope.rs:144:48
[INFO] [stdout]     |
[INFO] [stdout] 144 |     painter.rect_stroke(rect, 2.0, Stroke::new(1.0, Color32::from_gray(50)), StrokeKind::Inside);
[INFO] [stdout]     |                                                ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/display/scope.rs:153:25
[INFO] [stdout]     |
[INFO] [stdout] 153 |             Stroke::new(1.0, grid_color),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/display/scope.rs:175:60
[INFO] [stdout]     |
[INFO] [stdout] 175 |                 painter.line_segment([p, pos], Stroke::new(1.5, color));
[INFO] [stdout]     |                                                            ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/transport/envelope.rs:113:34
[INFO] [stdout]     |
[INFO] [stdout] 113 |         let stroke = Stroke::new(2.0, CURVE_COLOR);
[INFO] [stdout]     |                                  ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/transport/envelope.rs:116:52
[INFO] [stdout]     |
[INFO] [stdout] 116 |         painter.line_segment([p2, p3], Stroke::new(2.0, CURVE_COLOR.linear_multiply(0.6)));
[INFO] [stdout]     |                                                    ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/io/audio_input.rs:329:48
[INFO] [stdout]     |
[INFO] [stdout] 329 |     painter.rect_stroke(rect, 2.0, Stroke::new(1.0, ENV_BORDER), StrokeKind::Inside);
[INFO] [stdout]     |                                                ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/io/audio_input.rs:346:56
[INFO] [stdout]     |
[INFO] [stdout] 346 |             painter.line_segment([p, pos], Stroke::new(1.5, ENV_LINE));
[INFO] [stdout]     |                                                        ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/nodes/transport/lfo.rs:82:25
[INFO] [stdout]    |
[INFO] [stdout] 82 |             Stroke::new(0.5, Color32::from_gray(60)),
[INFO] [stdout]    |                         ^^^ help: explicitly specify the type as `f32`: `0.5_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/nodes/transport/lfo.rs:88:25
[INFO] [stdout]    |
[INFO] [stdout] 88 |             Stroke::new(1.0, theme::SEM_PRIMARY),
[INFO] [stdout]    |                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/transport/step_sequencer.rs:128:58
[INFO] [stdout]     |
[INFO] [stdout] 128 |         painter.rect_stroke(rect, 2.0, egui::Stroke::new(1.0, line_color), StrokeKind::Inside);
[INFO] [stdout]     |                                                          ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/transport/step_sequencer.rs:136:67
[INFO] [stdout]     |
[INFO] [stdout] 136 |             painter.rect_stroke(step_rect, 0.0, egui::Stroke::new(2.0, active_fill), StrokeKind::Inside);
[INFO] [stdout]     |                                                                   ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/transport/transition.rs:112:60
[INFO] [stdout]     |
[INFO] [stdout] 112 |                 painter.line_segment([p, pos], Stroke::new(1.5, curve_color));
[INFO] [stdout]     |                                                            ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/button.rs:163:54
[INFO] [stdout]     |
[INFO] [stdout] 163 |         let border_width = if self.override_active { 2.0 } else { 1.0 };
[INFO] [stdout]     |                                                      ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/button.rs:163:67
[INFO] [stdout]     |
[INFO] [stdout] 163 |         let border_width = if self.override_active { 2.0 } else { 1.0 };
[INFO] [stdout]     |                                                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/button.rs:188:35
[INFO] [stdout]     |
[INFO] [stdout] 188 |                 egui::Stroke::new(1.0, theme::SEM_WARNING));
[INFO] [stdout]     |                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/button_group.rs:209:57
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let border_width = if override_active { 2.0 } else { 1.0 };
[INFO] [stdout]     |                                                         ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/button_group.rs:209:70
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let border_width = if override_active { 2.0 } else { 1.0 };
[INFO] [stdout]     |                                                                      ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/button_group.rs:231:43
[INFO] [stdout]     |
[INFO] [stdout] 231 |                         egui::Stroke::new(1.0, theme::SEM_WARNING));
[INFO] [stdout]     |                                           ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/fader.rs:198:39
[INFO] [stdout]     |
[INFO] [stdout] 198 |                     egui::Stroke::new(1.0, b), egui::StrokeKind::Inside);
[INFO] [stdout]     |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/fader_group.rs:266:47
[INFO] [stdout]     |
[INFO] [stdout] 266 | ...                   egui::Stroke::new(1.0, b), egui::StrokeKind::Inside);
[INFO] [stdout]     |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/math/gradient_source.rs:217:56
[INFO] [stdout]     |
[INFO] [stdout] 217 |         painter.rect_stroke(bar_rect, 2.0, Stroke::new(1.0, Color32::from_gray(80)), StrokeKind::Inside);
[INFO] [stdout]     |                                                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/math/gradient_source.rs:304:29
[INFO] [stdout]     |
[INFO] [stdout] 304 |                 Stroke::new(1.5, Color32::WHITE)
[INFO] [stdout]     |                             ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/math/gradient_source.rs:306:29
[INFO] [stdout]     |
[INFO] [stdout] 306 |                 Stroke::new(1.0, Color32::from_gray(120))
[INFO] [stdout]     |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/math/gradient_source.rs:311:29
[INFO] [stdout]     |
[INFO] [stdout] 311 |                 Stroke::new(1.0, Color32::from_gray(140)),
[INFO] [stdout]     |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/gradient_stops.rs:126:29
[INFO] [stdout]     |
[INFO] [stdout] 126 |                 Stroke::new(1.0, col),
[INFO] [stdout]     |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/gradient_stops.rs:129:58
[INFO] [stdout]     |
[INFO] [stdout] 129 |         painter.rect_stroke(strip_rect, 2.0, Stroke::new(1.0, Color32::from_gray(80)), StrokeKind::Inside);
[INFO] [stdout]     |                                                          ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/gradient_stops.rs:168:25
[INFO] [stdout]     |
[INFO] [stdout] 168 |             Stroke::new(1.0, Color32::from_gray(60)),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/gradient_stops.rs:177:29
[INFO] [stdout]     |
[INFO] [stdout] 177 |                 Stroke::new(1.0, Color32::from_gray(120)),
[INFO] [stdout]     |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/gradient_stops.rs:185:29
[INFO] [stdout]     |
[INFO] [stdout] 185 |                 Stroke::new(1.5, Color32::from_gray(20)),
[INFO] [stdout]     |                             ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/peak_meter.rs:318:25
[INFO] [stdout]     |
[INFO] [stdout] 318 |             Stroke::new(1.5, HOLD_COLOR),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/peak_meter.rs:322:52
[INFO] [stdout]     |
[INFO] [stdout] 322 |     painter.rect_stroke(bar_rect, 1.0, Stroke::new(1.0, BORDER_COLOR), StrokeKind::Inside);
[INFO] [stdout]     |                                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/peak_meter.rs:331:29
[INFO] [stdout]     |
[INFO] [stdout] 331 |                 Stroke::new(1.0, SCALE_TICK_COLOR),
[INFO] [stdout]     |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/math/lookup.rs:281:33
[INFO] [stdout]     |
[INFO] [stdout] 281 |                     Stroke::new(2.0, Color32::WHITE),
[INFO] [stdout]     |                                 ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/peak_meter.rs:423:25
[INFO] [stdout]     |
[INFO] [stdout] 423 |             Stroke::new(1.5, HOLD_COLOR),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/peak_meter.rs:427:52
[INFO] [stdout]     |
[INFO] [stdout] 427 |     painter.rect_stroke(bar_rect, 1.0, Stroke::new(1.0, BORDER_COLOR), StrokeKind::Inside);
[INFO] [stdout]     |                                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/nodes/ui/xy_pad.rs:92:39
[INFO] [stdout]    |
[INFO] [stdout] 92 |         let grid_stroke = Stroke::new(1.0, Color32::from_gray(70));
[INFO] [stdout]    |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/nodes/ui/xy_pad.rs:96:52
[INFO] [stdout]    |
[INFO] [stdout] 96 |         painter.rect_stroke(rect, 4.0, Stroke::new(1.0, Color32::from_gray(90)), StrokeKind::Inside);
[INFO] [stdout]    |                                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/xy_pad.rs:105:33
[INFO] [stdout]     |
[INFO] [stdout] 105 |         let guide = Stroke::new(1.0, Color32::from_rgba_unmultiplied(80, 200, 240, 80));
[INFO] [stdout]     |                                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/xy_pad.rs:111:57
[INFO] [stdout]     |
[INFO] [stdout] 111 |         painter.circle_stroke(knob, knob_r, Stroke::new(1.5, Color32::from_gray(20)));
[INFO] [stdout]     |                                                         ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/math/lookup.rs:553:33
[INFO] [stdout]     |
[INFO] [stdout] 553 |                     Stroke::new(1.5, Color32::WHITE)
[INFO] [stdout]     |                                 ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/math/lookup.rs:555:33
[INFO] [stdout]     |
[INFO] [stdout] 555 |                     Stroke::new(1.0, Color32::from_gray(80))
[INFO] [stdout]     |                                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/nodes/math/palette_to_gradient.rs:99:52
[INFO] [stdout]    |
[INFO] [stdout] 99 |         painter.rect_stroke(rect, 2.0, Stroke::new(1.0, Color32::from_gray(80)), StrokeKind::Inside);
[INFO] [stdout]    |                                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/nodes/math/toggle_bank.rs:85:68
[INFO] [stdout]    |
[INFO] [stdout] 85 |             painter.circle_stroke(center, dot_r, egui::Stroke::new(1.0, stroke_col));
[INFO] [stdout]    |                                                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/math/trigger_bank.rs:114:68
[INFO] [stdout]     |
[INFO] [stdout] 114 |             painter.circle_stroke(center, dot_r, egui::Stroke::new(1.0, Color32::from_gray(120)));
[INFO] [stdout]     |                                                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/transport/envelope.rs:113:34
[INFO] [stdout]     |
[INFO] [stdout] 113 |         let stroke = Stroke::new(2.0, CURVE_COLOR);
[INFO] [stdout]     |                                  ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/transport/envelope.rs:116:52
[INFO] [stdout]     |
[INFO] [stdout] 116 |         painter.line_segment([p2, p3], Stroke::new(2.0, CURVE_COLOR.linear_multiply(0.6)));
[INFO] [stdout]     |                                                    ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/nodes/transport/lfo.rs:82:25
[INFO] [stdout]    |
[INFO] [stdout] 82 |             Stroke::new(0.5, Color32::from_gray(60)),
[INFO] [stdout]    |                         ^^^ help: explicitly specify the type as `f32`: `0.5_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/nodes/transport/lfo.rs:88:25
[INFO] [stdout]    |
[INFO] [stdout] 88 |             Stroke::new(1.0, theme::SEM_PRIMARY),
[INFO] [stdout]    |                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/transport/step_sequencer.rs:128:58
[INFO] [stdout]     |
[INFO] [stdout] 128 |         painter.rect_stroke(rect, 2.0, egui::Stroke::new(1.0, line_color), StrokeKind::Inside);
[INFO] [stdout]     |                                                          ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/transport/step_sequencer.rs:136:67
[INFO] [stdout]     |
[INFO] [stdout] 136 |             painter.rect_stroke(step_rect, 0.0, egui::Stroke::new(2.0, active_fill), StrokeKind::Inside);
[INFO] [stdout]     |                                                                   ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/transport/transition.rs:112:60
[INFO] [stdout]     |
[INFO] [stdout] 112 |                 painter.line_segment([p, pos], Stroke::new(1.5, curve_color));
[INFO] [stdout]     |                                                            ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/button.rs:163:54
[INFO] [stdout]     |
[INFO] [stdout] 163 |         let border_width = if self.override_active { 2.0 } else { 1.0 };
[INFO] [stdout]     |                                                      ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/button.rs:163:67
[INFO] [stdout]     |
[INFO] [stdout] 163 |         let border_width = if self.override_active { 2.0 } else { 1.0 };
[INFO] [stdout]     |                                                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/button.rs:188:35
[INFO] [stdout]     |
[INFO] [stdout] 188 |                 egui::Stroke::new(1.0, theme::SEM_WARNING));
[INFO] [stdout]     |                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/button_group.rs:209:57
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let border_width = if override_active { 2.0 } else { 1.0 };
[INFO] [stdout]     |                                                         ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/button_group.rs:209:70
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let border_width = if override_active { 2.0 } else { 1.0 };
[INFO] [stdout]     |                                                                      ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/button_group.rs:231:43
[INFO] [stdout]     |
[INFO] [stdout] 231 |                         egui::Stroke::new(1.0, theme::SEM_WARNING));
[INFO] [stdout]     |                                           ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/fader.rs:198:39
[INFO] [stdout]     |
[INFO] [stdout] 198 |                     egui::Stroke::new(1.0, b), egui::StrokeKind::Inside);
[INFO] [stdout]     |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/fader_group.rs:266:47
[INFO] [stdout]     |
[INFO] [stdout] 266 | ...                   egui::Stroke::new(1.0, b), egui::StrokeKind::Inside);
[INFO] [stdout]     |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/gradient_stops.rs:126:29
[INFO] [stdout]     |
[INFO] [stdout] 126 |                 Stroke::new(1.0, col),
[INFO] [stdout]     |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/gradient_stops.rs:129:58
[INFO] [stdout]     |
[INFO] [stdout] 129 |         painter.rect_stroke(strip_rect, 2.0, Stroke::new(1.0, Color32::from_gray(80)), StrokeKind::Inside);
[INFO] [stdout]     |                                                          ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/gradient_stops.rs:168:25
[INFO] [stdout]     |
[INFO] [stdout] 168 |             Stroke::new(1.0, Color32::from_gray(60)),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/gradient_stops.rs:177:29
[INFO] [stdout]     |
[INFO] [stdout] 177 |                 Stroke::new(1.0, Color32::from_gray(120)),
[INFO] [stdout]     |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/gradient_stops.rs:185:29
[INFO] [stdout]     |
[INFO] [stdout] 185 |                 Stroke::new(1.5, Color32::from_gray(20)),
[INFO] [stdout]     |                             ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/peak_meter.rs:318:25
[INFO] [stdout]     |
[INFO] [stdout] 318 |             Stroke::new(1.5, HOLD_COLOR),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/peak_meter.rs:322:52
[INFO] [stdout]     |
[INFO] [stdout] 322 |     painter.rect_stroke(bar_rect, 1.0, Stroke::new(1.0, BORDER_COLOR), StrokeKind::Inside);
[INFO] [stdout]     |                                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/peak_meter.rs:331:29
[INFO] [stdout]     |
[INFO] [stdout] 331 |                 Stroke::new(1.0, SCALE_TICK_COLOR),
[INFO] [stdout]     |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/peak_meter.rs:423:25
[INFO] [stdout]     |
[INFO] [stdout] 423 |             Stroke::new(1.5, HOLD_COLOR),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/peak_meter.rs:427:52
[INFO] [stdout]     |
[INFO] [stdout] 427 |     painter.rect_stroke(bar_rect, 1.0, Stroke::new(1.0, BORDER_COLOR), StrokeKind::Inside);
[INFO] [stdout]     |                                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/nodes/ui/xy_pad.rs:92:39
[INFO] [stdout]    |
[INFO] [stdout] 92 |         let grid_stroke = Stroke::new(1.0, Color32::from_gray(70));
[INFO] [stdout]    |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/nodes/ui/xy_pad.rs:96:52
[INFO] [stdout]    |
[INFO] [stdout] 96 |         painter.rect_stroke(rect, 4.0, Stroke::new(1.0, Color32::from_gray(90)), StrokeKind::Inside);
[INFO] [stdout]    |                                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/xy_pad.rs:105:33
[INFO] [stdout]     |
[INFO] [stdout] 105 |         let guide = Stroke::new(1.0, Color32::from_rgba_unmultiplied(80, 200, 240, 80));
[INFO] [stdout]     |                                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/nodes/ui/xy_pad.rs:111:57
[INFO] [stdout]     |
[INFO] [stdout] 111 |         painter.circle_stroke(knob, knob_r, Stroke::new(1.5, Color32::from_gray(20)));
[INFO] [stdout]     |                                                         ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `found` is never read
[INFO] [stdout]    --> src/engine/nodes/io/push1.rs:333:21
[INFO] [stdout]     |
[INFO] [stdout] 333 |                     found = false;
[INFO] [stdout]     |                     ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `found` is never read
[INFO] [stdout]    --> src/engine/nodes/io/push1.rs:333:21
[INFO] [stdout]     |
[INFO] [stdout] 333 |                     found = false;
[INFO] [stdout]     |                     ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `disabled` is never read
[INFO] [stdout]    --> src/input_controller/midi.rs:343:35
[INFO] [stdout]     |
[INFO] [stdout] 343 |     let mut disabled: Vec<bool> = Vec::new();
[INFO] [stdout]     |                                   ^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 372 |         disabled = dis;
[INFO] [stdout]     |         -------- `disabled` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `disabled` is never read
[INFO] [stdout]    --> src/input_controller/midi.rs:343:35
[INFO] [stdout]     |
[INFO] [stdout] 343 |     let mut disabled: Vec<bool> = Vec::new();
[INFO] [stdout]     |                                   ^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 372 |         disabled = dis;
[INFO] [stdout]     |         -------- `disabled` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `default_params` is never used
[INFO] [stdout]   --> src/audio/analyzers/mod.rs:75:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | impl AnalyzerKind {
[INFO] [stdout]    | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 75 |     pub fn default_params(&self) -> Vec<ParamDef> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `kind` and `first_output_is_trigger` are never used
[INFO] [stdout]    --> src/audio/analyzers/mod.rs:101:8
[INFO] [stdout]     |
[INFO] [stdout] 100 | pub trait AnalyzerProc: Send {
[INFO] [stdout]     |           ------------ methods in this trait
[INFO] [stdout] 101 |     fn kind(&self) -> AnalyzerKind;
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 105 |     fn first_output_is_trigger(&self) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `kind` is never read
[INFO] [stdout]    --> src/audio/analyzers/mod.rs:133:9
[INFO] [stdout]     |
[INFO] [stdout] 132 | pub struct AnalyzerHandle {
[INFO] [stdout]     |            -------------- field in this struct
[INFO] [stdout] 133 |     pub kind: AnalyzerKind,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `AnalyzerHandle` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `beat_params` is never used
[INFO] [stdout]   --> src/audio/analyzers/beat.rs:82:8
[INFO] [stdout]    |
[INFO] [stdout] 82 | pub fn beat_params() -> Vec<ParamDef> {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `envelope_params` is never used
[INFO] [stdout]   --> src/audio/analyzers/envelope.rs:24:8
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub fn envelope_params() -> Vec<ParamDef> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `onset_params` is never used
[INFO] [stdout]    --> src/audio/analyzers/onset/mod.rs:117:8
[INFO] [stdout]     |
[INFO] [stdout] 117 | pub fn onset_params() -> Vec<ParamDef> {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `buffer_size` and `frame_size` are never used
[INFO] [stdout]   --> src/audio/analyzers/onset/frame.rs:47:12
[INFO] [stdout]    |
[INFO] [stdout] 26 | impl FrameBuffer {
[INFO] [stdout]    | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 47 |     pub fn buffer_size(&self) -> usize {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 51 |     pub fn frame_size(&self) -> usize {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `peak_params` is never used
[INFO] [stdout]   --> src/audio/analyzers/peak_level.rs:23:8
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub fn peak_params() -> Vec<ParamDef> {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `sample_rate` is never read
[INFO] [stdout]   --> src/audio/analyzers/worker.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct AnalyzerWorker {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub sample_rate: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `start_sample` is never read
[INFO] [stdout]   --> src/audio/backend.rs:65:9
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub struct AudioChunk {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 65 |     pub start_sample: u64,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AudioChunk` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `channels` and `samples_produced` are never read
[INFO] [stdout]   --> src/audio/backend.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 76 | pub struct InputStream {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 79 |     pub channels: u16,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 80 |     pub samples_produced: Arc<AtomicU64>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `kind` is never used
[INFO] [stdout]    --> src/audio/backend.rs:113:8
[INFO] [stdout]     |
[INFO] [stdout] 112 | pub trait AudioBackend: Send + Sync {
[INFO] [stdout]     |           ------------ method in this trait
[INFO] [stdout] 113 |     fn kind(&self) -> AudioBackendKind;
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `to_u8`, `scaled`, `to_egui`, and `from_egui` are never used
[INFO] [stdout]   --> src/color/types.rs:44:12
[INFO] [stdout]    |
[INFO] [stdout] 26 | impl Rgb {
[INFO] [stdout]    | -------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 44 |     pub fn to_u8(self) -> (u8, u8, u8) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 |     pub fn scaled(self, factor: f32) -> Self {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 84 |     pub fn to_egui(self) -> egui::Color32 {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 |     pub fn from_egui(c: egui::Color32) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `TRANSPARENT`, `WHITE`, `new`, `lerp`, `clamped`, and `premultiplied` are never used
[INFO] [stdout]    --> src/color/types.rs:95:15
[INFO] [stdout]     |
[INFO] [stdout]  94 | impl Rgba {
[INFO] [stdout]     | --------- associated items in this implementation
[INFO] [stdout]  95 |     pub const TRANSPARENT: Self = Self { r: 0.0, g: 0.0, b: 0.0, a: 0.0 };
[INFO] [stdout]     |               ^^^^^^^^^^^
[INFO] [stdout]  96 |     pub const BLACK: Self = Self { r: 0.0, g: 0.0, b: 0.0, a: 1.0 };
[INFO] [stdout]  97 |     pub const WHITE: Self = Self { r: 1.0, g: 1.0, b: 1.0, a: 1.0 };
[INFO] [stdout]     |               ^^^^^
[INFO] [stdout]  98 |
[INFO] [stdout]  99 |     pub const fn new(r: f32, g: f32, b: f32, a: f32) -> Self {
[INFO] [stdout]     |                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 103 |     pub fn lerp(self, other: Self, t: f32) -> Self {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 113 |     pub fn clamped(self) -> Self {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 127 |     pub fn premultiplied(self) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `with_rotated_hue`, `with_saturation`, and `with_value` are never used
[INFO] [stdout]    --> src/color/types.rs:143:12
[INFO] [stdout]     |
[INFO] [stdout] 137 | impl Hsv {
[INFO] [stdout]     | -------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 143 |     pub fn with_rotated_hue(self, amount: f32) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 151 |     pub fn with_saturation(self, s: f32) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 155 |     pub fn with_value(self, v: f32) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `dmx_to_float` is never used
[INFO] [stdout]   --> src/color/convert.rs:94:8
[INFO] [stdout]    |
[INFO] [stdout] 94 | pub fn dmx_to_float(v: u8) -> f32 {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `label` is never used
[INFO] [stdout]   --> src/dmx_io.rs:59:12
[INFO] [stdout]    |
[INFO] [stdout] 58 | impl UniverseKey {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] 59 |     pub fn label(&self) -> String {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `monitor_key` is never read
[INFO] [stdout]   --> src/dmx_io.rs:88:9
[INFO] [stdout]    |
[INFO] [stdout] 84 | pub struct DmxSharedState {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 88 |     pub monitor_key: Option<UniverseKey>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `object_mut` is never used
[INFO] [stdout]    --> src/dmx_io.rs:132:12
[INFO] [stdout]     |
[INFO] [stdout] 127 | impl ObjectStore {
[INFO] [stdout]     | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 132 |     pub fn object_mut(&mut self, id: u32) -> Option<&mut Object> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `label`, `channel_count`, and `from_str` are never used
[INFO] [stdout]   --> src/engine/nodes/math/color_ops.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl ColorMode {
[INFO] [stdout]    | -------------- associated items in this implementation
[INFO] [stdout] 23 |     pub fn label(&self) -> &'static str {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 |     pub fn channel_count(&self) -> usize {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 |     pub fn from_str(s: &str) -> Option<Self> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `columns`, `data`, and `row_count` are never read
[INFO] [stdout]   --> src/engine/nodes/math/lookup.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct LookupDisplay {
[INFO] [stdout]    |            ------------- fields in this struct
[INFO] [stdout] 23 |     pub columns: Vec<(String, PortType)>,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 24 |     /// Flat row-major data (same stride as the engine).
[INFO] [stdout] 25 |     pub data: Vec<f32>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 26 |     pub row_count: usize,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `column_channel_offset` is never used
[INFO] [stdout]   --> src/engine/nodes/math/lookup.rs:70:8
[INFO] [stdout]    |
[INFO] [stdout] 43 | impl LookupProcessNode {
[INFO] [stdout]    | ---------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 70 |     fn column_channel_offset(&self, col_idx: usize) -> usize {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `port_defs` is never read
[INFO] [stdout]   --> src/engine/nodes/meta/portal.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 77 | pub struct OutputPortalTxDisplay {
[INFO] [stdout]    |            --------------------- field in this struct
[INFO] [stdout] 78 |     pub name: String,
[INFO] [stdout] 79 |     pub port_defs: Vec<PortDef>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `port_defs` is never read
[INFO] [stdout]    --> src/engine/nodes/meta/portal.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 266 | pub struct InputPortalRxDisplay {
[INFO] [stdout]     |            -------------------- field in this struct
[INFO] [stdout] 267 |     pub name: String,
[INFO] [stdout] 268 |     pub port_defs: Vec<PortDef>,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `group_ids`, `group_names`, and `layer_count` are never read
[INFO] [stdout]   --> src/engine/nodes/output/effect_stack.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct EffectStackDisplay {
[INFO] [stdout]    |            ------------------ fields in this struct
[INFO] [stdout] 15 |     pub group_ids: Vec<u32>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 16 |     pub group_names: Vec<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 17 |     pub strip_count: usize,
[INFO] [stdout] 18 |     pub layer_count: usize,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `group_ids` and `group_names` are never read
[INFO] [stdout]   --> src/engine/nodes/output/group.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct GroupNodeDisplay {
[INFO] [stdout]    |            ---------------- fields in this struct
[INFO] [stdout] 12 |     pub group_ids: Vec<u32>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 13 |     pub group_names: Vec<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `waveform` is never read
[INFO] [stdout]   --> src/engine/nodes/transport/lfo.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct LfoDisplay {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 41 |     pub waveform: LfoWaveform,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `label` is never used
[INFO] [stdout]   --> src/engine/nodes/transport/transition.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl TransitionMode {
[INFO] [stdout]    | ------------------- method in this implementation
[INFO] [stdout] 15 |     pub fn label(&self) -> &'static str {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `instant` is never read
[INFO] [stdout]    --> src/input_controller/mod.rs:210:9
[INFO] [stdout]     |
[INFO] [stdout] 200 | pub struct ActivityLogEntry {
[INFO] [stdout]     |            ---------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 210 |     pub instant: std::time::Instant,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ActivityLogEntry` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `channel` is never used
[INFO] [stdout]   --> src/input_controller/midi.rs:38:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | impl MidiSource {
[INFO] [stdout]    | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 38 |     pub fn channel(&self) -> u8 {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `modifiers` is never read
[INFO] [stdout]   --> src/input_controller/x1/controller.rs:93:9
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub struct ButtonEvent {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 93 |     pub modifiers: Modifiers,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ButtonEvent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `creator` and `date` are never read
[INFO] [stdout]   --> src/macros/library.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct MacroEntry {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 20 |     pub creator: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 21 |     pub date: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MacroEntry` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `name` is never used
[INFO] [stdout]   --> src/interfaces/mod.rs:15:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub trait DmxOutput: Send {
[INFO] [stdout]    |           --------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 15 |     fn name(&self) -> &str;
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `artnet_broadcast`, `artnet_unicast`, and `sacn` are never used
[INFO] [stdout]   --> src/interfaces/mod.rs:49:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | impl DmxOutputConfig {
[INFO] [stdout]    | -------------------- associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 49 |     pub fn artnet_broadcast() -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 56 |     pub fn artnet_unicast(host: impl Into<String>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 63 |     pub fn sacn(source_name: impl Into<String>) -> Self {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `source_name` is never read
[INFO] [stdout]   --> src/interfaces/sacn.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct SacnOutput {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout]  9 |     source: DmxSource,
[INFO] [stdout] 10 |     source_name: String,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `floats_per_pixel` is never used
[INFO] [stdout]    --> src/objects/channel.rs:109:12
[INFO] [stdout]     |
[INFO] [stdout] 105 | impl PixelFormat {
[INFO] [stdout]     | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 109 |     pub fn floats_per_pixel(&self) -> usize { 3 } // always stored as RGB internally
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `raw`, `clear_pixels`, `dimmer_value`, `pan`, and `tilt` are never used
[INFO] [stdout]    --> src/objects/channel.rs:216:12
[INFO] [stdout]     |
[INFO] [stdout] 188 | impl Channel {
[INFO] [stdout]     | ------------ associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 216 |     pub fn raw(name: impl Into<String>, count: usize) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 265 |     pub fn clear_pixels(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 276 |     pub fn dimmer_value(&self) -> f32 {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 298 |     pub fn pan(&self) -> f32 {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |     pub fn tilt(&self) -> f32 {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `channel_mut` is never used
[INFO] [stdout]   --> src/objects/fixture.rs:47:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl Fixture {
[INFO] [stdout]    | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 47 |     pub fn channel_mut(&mut self, name: &str) -> Option<&mut Channel> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `GRADIENT_PRESET_MAX_STOPS` is never used
[INFO] [stdout]  --> src/objects/gradient_preset.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub const GRADIENT_PRESET_MAX_STOPS: usize = 8;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `logical_to_led` is never used
[INFO] [stdout]   --> src/objects/group.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl StripLayout {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 20 |     pub fn logical_to_led(&self, logical: f32, pixel_count: usize) -> Option<f32> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `matches_universe` is never used
[INFO] [stdout]   --> src/objects/object.rs:54:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl Object {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 54 |     pub fn matches_universe(&self, net: u8, subnet: u8, universe: u8) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SHADOW` is never used
[INFO] [stdout]   --> src/theme.rs:95:11
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub const SHADOW: Color32 = Color32::from_rgba_premultiplied(0, 0, 0, 60);
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `read_input_value` is never used
[INFO] [stdout]   --> src/widgets/inspector.rs:22:4
[INFO] [stdout]    |
[INFO] [stdout] 22 | fn read_input_value(node: &dyn NodeWidget, port_index: usize) -> f32 {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `read_output_value` is never used
[INFO] [stdout]   --> src/widgets/inspector.rs:32:4
[INFO] [stdout]    |
[INFO] [stdout] 32 | fn read_output_value(node: &dyn NodeWidget, port_index: usize) -> f32 {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `default_params` is never used
[INFO] [stdout]   --> src/audio/analyzers/mod.rs:75:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | impl AnalyzerKind {
[INFO] [stdout]    | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 75 |     pub fn default_params(&self) -> Vec<ParamDef> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> src/widgets/nodes/graph.rs:289:12
[INFO] [stdout]     |
[INFO] [stdout] 236 | impl NodeGraph {
[INFO] [stdout]     | -------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 289 |     pub fn frames(&self) -> &[GraphFrame] { &self.active().frames }
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 295 |     pub fn deselect_all_frames(&mut self) { self.selected_frames.clear(); }
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 491 |     pub fn clear_category(&mut self, category: &str) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 576 |     pub fn nodes_mut(&mut self) -> &mut [Box<dyn NodeWidget>] {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 581 |     pub fn all_nodes(&self) -> &[Box<dyn NodeWidget>] {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 585 |     pub fn node_count(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 594 |     pub fn connections(&self) -> &[Connection] {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 618 |     pub fn is_in_subgraph(&self) -> bool { self.active_level > 0 }
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 624 |     pub fn root_level_mut(&mut self) -> &mut GraphLevel { &mut self.levels[0] }
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `kind` and `first_output_is_trigger` are never used
[INFO] [stdout]    --> src/audio/analyzers/mod.rs:101:8
[INFO] [stdout]     |
[INFO] [stdout] 100 | pub trait AnalyzerProc: Send {
[INFO] [stdout]     |           ------------ methods in this trait
[INFO] [stdout] 101 |     fn kind(&self) -> AnalyzerKind;
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 105 |     fn first_output_is_trigger(&self) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `kind` is never read
[INFO] [stdout]    --> src/audio/analyzers/mod.rs:133:9
[INFO] [stdout]     |
[INFO] [stdout] 132 | pub struct AnalyzerHandle {
[INFO] [stdout]     |            -------------- field in this struct
[INFO] [stdout] 133 |     pub kind: AnalyzerKind,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `AnalyzerHandle` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `beat_params` is never used
[INFO] [stdout]   --> src/audio/analyzers/beat.rs:82:8
[INFO] [stdout]    |
[INFO] [stdout] 82 | pub fn beat_params() -> Vec<ParamDef> {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `envelope_params` is never used
[INFO] [stdout]   --> src/audio/analyzers/envelope.rs:24:8
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub fn envelope_params() -> Vec<ParamDef> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `onset_params` is never used
[INFO] [stdout]    --> src/audio/analyzers/onset/mod.rs:117:8
[INFO] [stdout]     |
[INFO] [stdout] 117 | pub fn onset_params() -> Vec<ParamDef> {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `buffer_size` and `frame_size` are never used
[INFO] [stdout]   --> src/audio/analyzers/onset/frame.rs:47:12
[INFO] [stdout]    |
[INFO] [stdout] 26 | impl FrameBuffer {
[INFO] [stdout]    | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 47 |     pub fn buffer_size(&self) -> usize {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 51 |     pub fn frame_size(&self) -> usize {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `peak_params` is never used
[INFO] [stdout]   --> src/audio/analyzers/peak_level.rs:23:8
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub fn peak_params() -> Vec<ParamDef> {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `sample_rate` is never read
[INFO] [stdout]   --> src/audio/analyzers/worker.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct AnalyzerWorker {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub sample_rate: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `start_sample` is never read
[INFO] [stdout]   --> src/audio/backend.rs:65:9
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub struct AudioChunk {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 65 |     pub start_sample: u64,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AudioChunk` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `channels` and `samples_produced` are never read
[INFO] [stdout]   --> src/audio/backend.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 76 | pub struct InputStream {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 79 |     pub channels: u16,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 80 |     pub samples_produced: Arc<AtomicU64>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `kind` is never used
[INFO] [stdout]    --> src/audio/backend.rs:113:8
[INFO] [stdout]     |
[INFO] [stdout] 112 | pub trait AudioBackend: Send + Sync {
[INFO] [stdout]     |           ------------ method in this trait
[INFO] [stdout] 113 |     fn kind(&self) -> AudioBackendKind;
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `to_u8`, `scaled`, `to_egui`, and `from_egui` are never used
[INFO] [stdout]   --> src/color/types.rs:44:12
[INFO] [stdout]    |
[INFO] [stdout] 26 | impl Rgb {
[INFO] [stdout]    | -------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 44 |     pub fn to_u8(self) -> (u8, u8, u8) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 |     pub fn scaled(self, factor: f32) -> Self {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 84 |     pub fn to_egui(self) -> egui::Color32 {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 |     pub fn from_egui(c: egui::Color32) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `TRANSPARENT`, `WHITE`, `new`, `lerp`, `clamped`, and `premultiplied` are never used
[INFO] [stdout]    --> src/color/types.rs:95:15
[INFO] [stdout]     |
[INFO] [stdout]  94 | impl Rgba {
[INFO] [stdout]     | --------- associated items in this implementation
[INFO] [stdout]  95 |     pub const TRANSPARENT: Self = Self { r: 0.0, g: 0.0, b: 0.0, a: 0.0 };
[INFO] [stdout]     |               ^^^^^^^^^^^
[INFO] [stdout]  96 |     pub const BLACK: Self = Self { r: 0.0, g: 0.0, b: 0.0, a: 1.0 };
[INFO] [stdout]  97 |     pub const WHITE: Self = Self { r: 1.0, g: 1.0, b: 1.0, a: 1.0 };
[INFO] [stdout]     |               ^^^^^
[INFO] [stdout]  98 |
[INFO] [stdout]  99 |     pub const fn new(r: f32, g: f32, b: f32, a: f32) -> Self {
[INFO] [stdout]     |                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 103 |     pub fn lerp(self, other: Self, t: f32) -> Self {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 113 |     pub fn clamped(self) -> Self {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 127 |     pub fn premultiplied(self) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `with_rotated_hue`, `with_saturation`, and `with_value` are never used
[INFO] [stdout]    --> src/color/types.rs:143:12
[INFO] [stdout]     |
[INFO] [stdout] 137 | impl Hsv {
[INFO] [stdout]     | -------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 143 |     pub fn with_rotated_hue(self, amount: f32) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 151 |     pub fn with_saturation(self, s: f32) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 155 |     pub fn with_value(self, v: f32) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `dmx_to_float` is never used
[INFO] [stdout]   --> src/color/convert.rs:94:8
[INFO] [stdout]    |
[INFO] [stdout] 94 | pub fn dmx_to_float(v: u8) -> f32 {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `label` is never used
[INFO] [stdout]   --> src/dmx_io.rs:59:12
[INFO] [stdout]    |
[INFO] [stdout] 58 | impl UniverseKey {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] 59 |     pub fn label(&self) -> String {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `monitor_key` is never read
[INFO] [stdout]   --> src/dmx_io.rs:88:9
[INFO] [stdout]    |
[INFO] [stdout] 84 | pub struct DmxSharedState {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 88 |     pub monitor_key: Option<UniverseKey>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `object_mut` is never used
[INFO] [stdout]    --> src/dmx_io.rs:132:12
[INFO] [stdout]     |
[INFO] [stdout] 127 | impl ObjectStore {
[INFO] [stdout]     | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 132 |     pub fn object_mut(&mut self, id: u32) -> Option<&mut Object> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `label`, `channel_count`, and `from_str` are never used
[INFO] [stdout]   --> src/engine/nodes/math/color_ops.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl ColorMode {
[INFO] [stdout]    | -------------- associated items in this implementation
[INFO] [stdout] 23 |     pub fn label(&self) -> &'static str {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 |     pub fn channel_count(&self) -> usize {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 |     pub fn from_str(s: &str) -> Option<Self> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `columns`, `data`, and `row_count` are never read
[INFO] [stdout]   --> src/engine/nodes/math/lookup.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct LookupDisplay {
[INFO] [stdout]    |            ------------- fields in this struct
[INFO] [stdout] 23 |     pub columns: Vec<(String, PortType)>,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 24 |     /// Flat row-major data (same stride as the engine).
[INFO] [stdout] 25 |     pub data: Vec<f32>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 26 |     pub row_count: usize,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `column_channel_offset` is never used
[INFO] [stdout]   --> src/engine/nodes/math/lookup.rs:70:8
[INFO] [stdout]    |
[INFO] [stdout] 43 | impl LookupProcessNode {
[INFO] [stdout]    | ---------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 70 |     fn column_channel_offset(&self, col_idx: usize) -> usize {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `port_defs` is never read
[INFO] [stdout]   --> src/engine/nodes/meta/portal.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 77 | pub struct OutputPortalTxDisplay {
[INFO] [stdout]    |            --------------------- field in this struct
[INFO] [stdout] 78 |     pub name: String,
[INFO] [stdout] 79 |     pub port_defs: Vec<PortDef>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `port_defs` is never read
[INFO] [stdout]    --> src/engine/nodes/meta/portal.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 266 | pub struct InputPortalRxDisplay {
[INFO] [stdout]     |            -------------------- field in this struct
[INFO] [stdout] 267 |     pub name: String,
[INFO] [stdout] 268 |     pub port_defs: Vec<PortDef>,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `group_ids`, `group_names`, and `layer_count` are never read
[INFO] [stdout]   --> src/engine/nodes/output/effect_stack.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct EffectStackDisplay {
[INFO] [stdout]    |            ------------------ fields in this struct
[INFO] [stdout] 15 |     pub group_ids: Vec<u32>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 16 |     pub group_names: Vec<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 17 |     pub strip_count: usize,
[INFO] [stdout] 18 |     pub layer_count: usize,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `group_ids` and `group_names` are never read
[INFO] [stdout]   --> src/engine/nodes/output/group.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct GroupNodeDisplay {
[INFO] [stdout]    |            ---------------- fields in this struct
[INFO] [stdout] 12 |     pub group_ids: Vec<u32>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 13 |     pub group_names: Vec<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `waveform` is never read
[INFO] [stdout]   --> src/engine/nodes/transport/lfo.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct LfoDisplay {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 41 |     pub waveform: LfoWaveform,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `label` is never used
[INFO] [stdout]   --> src/engine/nodes/transport/transition.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl TransitionMode {
[INFO] [stdout]    | ------------------- method in this implementation
[INFO] [stdout] 15 |     pub fn label(&self) -> &'static str {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `instant` is never read
[INFO] [stdout]    --> src/input_controller/mod.rs:210:9
[INFO] [stdout]     |
[INFO] [stdout] 200 | pub struct ActivityLogEntry {
[INFO] [stdout]     |            ---------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 210 |     pub instant: std::time::Instant,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ActivityLogEntry` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `channel` is never used
[INFO] [stdout]   --> src/input_controller/midi.rs:38:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | impl MidiSource {
[INFO] [stdout]    | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 38 |     pub fn channel(&self) -> u8 {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `modifiers` is never read
[INFO] [stdout]   --> src/input_controller/x1/controller.rs:93:9
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub struct ButtonEvent {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 93 |     pub modifiers: Modifiers,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ButtonEvent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `creator` and `date` are never read
[INFO] [stdout]   --> src/macros/library.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct MacroEntry {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 20 |     pub creator: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 21 |     pub date: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MacroEntry` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `name` is never used
[INFO] [stdout]   --> src/interfaces/mod.rs:15:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub trait DmxOutput: Send {
[INFO] [stdout]    |           --------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 15 |     fn name(&self) -> &str;
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `artnet_broadcast`, `artnet_unicast`, and `sacn` are never used
[INFO] [stdout]   --> src/interfaces/mod.rs:49:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | impl DmxOutputConfig {
[INFO] [stdout]    | -------------------- associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 49 |     pub fn artnet_broadcast() -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 56 |     pub fn artnet_unicast(host: impl Into<String>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 63 |     pub fn sacn(source_name: impl Into<String>) -> Self {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `source_name` is never read
[INFO] [stdout]   --> src/interfaces/sacn.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct SacnOutput {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout]  9 |     source: DmxSource,
[INFO] [stdout] 10 |     source_name: String,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `floats_per_pixel` is never used
[INFO] [stdout]    --> src/objects/channel.rs:109:12
[INFO] [stdout]     |
[INFO] [stdout] 105 | impl PixelFormat {
[INFO] [stdout]     | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 109 |     pub fn floats_per_pixel(&self) -> usize { 3 } // always stored as RGB internally
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/objects/channel.rs:216:12
[INFO] [stdout]     |
[INFO] [stdout] 188 | impl Channel {
[INFO] [stdout]     | ------------ associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 216 |     pub fn raw(name: impl Into<String>, count: usize) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 265 |     pub fn clear_pixels(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 276 |     pub fn dimmer_value(&self) -> f32 {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 281 |     pub fn set_dimmer(&mut self, v: f32) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 298 |     pub fn pan(&self) -> f32 {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |     pub fn tilt(&self) -> f32 {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 |     pub fn set_pan_tilt(&mut self, pan: f32, tilt: f32) {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `channel` and `channel_mut` are never used
[INFO] [stdout]   --> src/objects/fixture.rs:43:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl Fixture {
[INFO] [stdout]    | ------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 43 |     pub fn channel(&self, name: &str) -> Option<&Channel> {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 47 |     pub fn channel_mut(&mut self, name: &str) -> Option<&mut Channel> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `GRADIENT_PRESET_MAX_STOPS` is never used
[INFO] [stdout]  --> src/objects/gradient_preset.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub const GRADIENT_PRESET_MAX_STOPS: usize = 8;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `logical_to_led` is never used
[INFO] [stdout]   --> src/objects/group.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl StripLayout {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 20 |     pub fn logical_to_led(&self, logical: f32, pixel_count: usize) -> Option<f32> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `matches_universe` is never used
[INFO] [stdout]   --> src/objects/object.rs:54:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl Object {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 54 |     pub fn matches_universe(&self, net: u8, subnet: u8, universe: u8) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SHADOW` is never used
[INFO] [stdout]   --> src/theme.rs:95:11
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub const SHADOW: Color32 = Color32::from_rgba_premultiplied(0, 0, 0, 60);
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `read_input_value` is never used
[INFO] [stdout]   --> src/widgets/inspector.rs:22:4
[INFO] [stdout]    |
[INFO] [stdout] 22 | fn read_input_value(node: &dyn NodeWidget, port_index: usize) -> f32 {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `read_output_value` is never used
[INFO] [stdout]   --> src/widgets/inspector.rs:32:4
[INFO] [stdout]    |
[INFO] [stdout] 32 | fn read_output_value(node: &dyn NodeWidget, port_index: usize) -> f32 {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> src/widgets/nodes/graph.rs:289:12
[INFO] [stdout]     |
[INFO] [stdout] 236 | impl NodeGraph {
[INFO] [stdout]     | -------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 289 |     pub fn frames(&self) -> &[GraphFrame] { &self.active().frames }
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 295 |     pub fn deselect_all_frames(&mut self) { self.selected_frames.clear(); }
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 491 |     pub fn clear_category(&mut self, category: &str) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 576 |     pub fn nodes_mut(&mut self) -> &mut [Box<dyn NodeWidget>] {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 581 |     pub fn all_nodes(&self) -> &[Box<dyn NodeWidget>] {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 585 |     pub fn node_count(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 594 |     pub fn connections(&self) -> &[Connection] {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 618 |     pub fn is_in_subgraph(&self) -> bool { self.active_level > 0 }
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 624 |     pub fn root_level_mut(&mut self) -> &mut GraphLevel { &mut self.levels[0] }
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: cexpr v0.3.6, nom v4.2.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "62b92f98cc18f11814dedf3ecd74e974ecfc7055d1a84836e74abc4e0d12fc02", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "62b92f98cc18f11814dedf3ecd74e974ecfc7055d1a84836e74abc4e0d12fc02", kill_on_drop: false }`
[INFO] [stdout] 62b92f98cc18f11814dedf3ecd74e974ecfc7055d1a84836e74abc4e0d12fc02
